diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index ef9f8071f..fc32df1db 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Install Ruby toolchain - uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0 + uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -83,6 +83,6 @@ jobs: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0 + uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0 with: persona: "pedantic" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 47cfa4c52..6d5ba6f3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,7 @@ jobs: persist-credentials: false - name: Install Ruby toolchain - uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0 + uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0 with: ruby-version: ".ruby-version" bundler-cache: true diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 067ed810c..d8ce40c8c 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -65,7 +65,7 @@ jobs: run: grcov rand_mt*.profraw --source-dir . --keep-only 'src/**/*.rs' --binary-path target/debug -t covdir --filter covered -o target/coverage/coverage.json - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1 if: github.ref == 'refs/heads/trunk' with: aws-region: us-west-2 diff --git a/.github/workflows/repo-labels.yaml b/.github/workflows/repo-labels.yaml index ec4a3d2c6..71e047c85 100644 --- a/.github/workflows/repo-labels.yaml +++ b/.github/workflows/repo-labels.yaml @@ -27,7 +27,7 @@ jobs: contents: read # required to checkout issues: write # required to create and destroy labels steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 229f8ec9e..81de08914 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -35,7 +35,7 @@ jobs: git config --system core.eol lf - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false