diff --git a/.github/workflows/irso-functional.yml b/.github/workflows/irso-functional.yml index 35bef2905..fa2e5657f 100644 --- a/.github/workflows/irso-functional.yml +++ b/.github/workflows/irso-functional.yml @@ -37,7 +37,7 @@ jobs: id: vars run: echo "go_version=$(make -sC ironic-standalone-operator go-version)" >> $GITHUB_OUTPUT - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ steps.vars.outputs.go_version }} - name: Setup a minikube cluster diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 181eda794..a6c580900 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4 + uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5 - name: Get release version id: release-version env: @@ -101,7 +101,7 @@ jobs: - name: Calculate go version run: echo "go_version=$(make go-version)" >> ${GITHUB_ENV} - name: Set up Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ env.go_version }} cache: false @@ -110,7 +110,7 @@ jobs: curl -fsSL "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${RELEASE_TAG}.md" \ -o "${RELEASE_TAG}.md" - name: Release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 # zizmor: ignore[superfluous-actions] + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.5.0 # zizmor: ignore[superfluous-actions] with: draft: true body_path: ${{ env.RELEASE_TAG }}.md diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 4a7028f58..424d6bd22 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -27,10 +27,10 @@ jobs: # Upload SARIF to Security tab on push to main - name: Run zizmor (SARIF) if: github.event_name == 'push' - uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0 + uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 # Block PRs with findings - name: Run zizmor (PR check) if: github.event_name == 'pull_request' - uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0 + uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 with: advanced-security: false