diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b98bf4b..d126e8b 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -37,7 +37,7 @@ jobs: disable-telemetry: true - name: "Checkout code" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: persist-credentials: false diff --git a/.github/workflows/sync-ec-cli-tasks.yaml b/.github/workflows/sync-ec-cli-tasks.yaml index 3773a4c..34742ed 100644 --- a/.github/workflows/sync-ec-cli-tasks.yaml +++ b/.github/workflows/sync-ec-cli-tasks.yaml @@ -25,14 +25,14 @@ jobs: disable-telemetry: true - name: Checkout tekton-catalog - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: enterprise-contract/tekton-catalog ref: main path: tekton-catalog - name: Checkout ec-cli - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: enterprise-contract/ec-cli ref: main