diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a4120b2..427d0e49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing to pypi id-token: write steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 with: fetch-depth: '0' - name: Set up Python 3.7 @@ -66,7 +66,7 @@ jobs: needs: bump-version environment: release steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@43dc228e327224b2eda11c8883232afd5b34943b # v5 with: @@ -82,7 +82,7 @@ jobs: runs-on: [self-hosted, public, linux, x64] environment: release steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - name: update projects run: | # trigger checkov-action update