diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c1e44c7f..b704ebce 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,10 +36,10 @@ jobs: with: fetch-depth: 1 - name: Initialize CodeQL - uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 + uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 + uses: github/codeql-action/autobuild@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0 \ No newline at end of file + uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1 \ No newline at end of file diff --git a/.github/workflows/images-releases.yaml b/.github/workflows/images-releases.yaml index ae76872c..6d8e2385 100644 --- a/.github/workflows/images-releases.yaml +++ b/.github/workflows/images-releases.yaml @@ -77,7 +77,7 @@ jobs: # Upload artifact digests - name: Upload artifact digests - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: image-digest ${{ matrix.name }} path: image-digest @@ -123,7 +123,7 @@ jobs: # Upload artifact digests - name: Upload artifact digests - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: image-digest-output.txt-${{ steps.tag.outputs.tag }} path: image-digest-output.txt @@ -131,7 +131,7 @@ jobs: # Upload artifact digests - name: Upload artifact digests - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: Makefile.digests-${{ steps.tag.outputs.tag }} path: Makefile.digests diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 0baef52c..a5f94366 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -104,7 +104,7 @@ jobs: # Upload artifact digests - name: Upload artifact digests - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: image-digest ${{ matrix.name }} path: image-digest