diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e6f27eeb..7841770d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index f64a2c63..4729db9a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -36,6 +36,6 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: 'Checkout Repository' - uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28 + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: 'Dependency Review' uses: actions/dependency-review-action@310e0dd64f63b1d00101ecd3225d605a74261fb7 diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index eef57f95..7fadc4d7 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ ubuntu-latest ] steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0 - uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v2.1.5 with: go-version: '1.18' diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 93c8f098..9fce4155 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: permissions: id-token: write # Needed to pick up on signing with a GitHub workflow identity. steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7 with: @@ -53,7 +53,7 @@ jobs: matrix: os: [ ubuntu-latest ] steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0 + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7 with: