diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 4185ebd..053bc9f 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -24,7 +24,7 @@ jobs: name: Action lint runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/boilerplate.yaml b/.github/workflows/boilerplate.yaml index eead377..aa0eac2 100644 --- a/.github/workflows/boilerplate.yaml +++ b/.github/workflows/boilerplate.yaml @@ -36,7 +36,7 @@ jobs: language: YAML steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -45,7 +45,7 @@ jobs: with: persist-credentials: false - - uses: chainguard-dev/actions/boilerplate@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/boilerplate@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 with: extension: ${{ matrix.extension }} language: ${{ matrix.language }} diff --git a/.github/workflows/donotsubmit.yaml b/.github/workflows/donotsubmit.yaml index 1d51237..10386d5 100644 --- a/.github/workflows/donotsubmit.yaml +++ b/.github/workflows/donotsubmit.yaml @@ -20,7 +20,7 @@ jobs: contents: read steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -30,4 +30,4 @@ jobs: persist-credentials: false - name: Do Not Submit - uses: chainguard-dev/actions/donotsubmit@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + uses: chainguard-dev/actions/donotsubmit@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index fac0a98..1690743 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -20,7 +20,7 @@ jobs: contents: read # for actions/checkout to fetch code runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit diff --git a/.github/workflows/presubmit-testing.yaml b/.github/workflows/presubmit-testing.yaml index 4cc48ab..92c60a5 100644 --- a/.github/workflows/presubmit-testing.yaml +++ b/.github/workflows/presubmit-testing.yaml @@ -20,7 +20,7 @@ jobs: id-token: write steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 386ec64..d660090 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -23,7 +23,7 @@ jobs: contents: read steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -38,7 +38,7 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/gofmt@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/gofmt@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 with: args: -s @@ -50,7 +50,7 @@ jobs: contents: read steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -65,7 +65,7 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/goimports@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/goimports@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 golangci-lint: name: golangci-lint @@ -76,7 +76,7 @@ jobs: pull-requests: read steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -103,7 +103,7 @@ jobs: contents: read steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: audit @@ -118,13 +118,13 @@ jobs: go-version-file: './go.mod' check-latest: true - - uses: chainguard-dev/actions/trailing-space@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/trailing-space@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 if: ${{ always() }} - - uses: chainguard-dev/actions/eof-newline@de68b87302e6266db5fb5220246f8aa46fe94b67 # v1.6.14 + - uses: chainguard-dev/actions/eof-newline@4a81273c8653122cf4e48cc248f9073b660c5e6d # v1.6.18 if: ${{ always() }} - - uses: step-security/action-tflint@15c8d1fff9c8c2f40157254897d99ef4bb0c5e5d # v1.24.2 + - uses: step-security/action-tflint@285fe25934512644274b253b424a5d4b8f1c2dc5 # v1.25.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }} diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index ea7a039..876f948 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -26,7 +26,7 @@ jobs: contents: read # Clone the repository security-events: write # Upload SARIF results to Code Scanning steps: - - uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0 + - uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1 with: egress-policy: block allowed-endpoints: > @@ -41,4 +41,4 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3