diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39d910254..deb43f152 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/contracts-testing.yml b/.github/workflows/contracts-testing.yml index d42ef0a7e..a2938a547 100644 --- a/.github/workflows/contracts-testing.yml +++ b/.github/workflows/contracts-testing.yml @@ -35,7 +35,7 @@ jobs: with: node-version: 16.x - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Cache node modules uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 diff --git a/.github/workflows/deploy-bots.yml b/.github/workflows/deploy-bots.yml index 33a0d75d2..95e5ad7c7 100644 --- a/.github/workflows/deploy-bots.yml +++ b/.github/workflows/deploy-bots.yml @@ -12,7 +12,7 @@ jobs: with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 - uses: aws-actions/setup-sam@2993f015a7af30461b7641a256042fe0c6fc0c2e - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f10bd229c..4883dae21 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.1.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 69bf4a586..2182daa40 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -16,7 +16,7 @@ jobs: outputs: version: ${{ steps.set-version.outputs.version }} steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f - name: Cache node modules uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0