diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 299bd09..f6098c8 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false diff --git a/.github/workflows/sync-ec-cli-tasks.yaml b/.github/workflows/sync-ec-cli-tasks.yaml index 80eb29b..3773a4c 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: enterprise-contract/tekton-catalog ref: main path: tekton-catalog - name: Checkout ec-cli - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: enterprise-contract/ec-cli ref: main