diff --git a/.github/workflows/build-after-dependabot.yml b/.github/workflows/build-after-dependabot.yml index 656ffb146..811e75329 100644 --- a/.github/workflows/build-after-dependabot.yml +++ b/.github/workflows/build-after-dependabot.yml @@ -11,17 +11,17 @@ jobs: runs-on: ubuntu-latest steps: - name: check out - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 - name: setup node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 24 cache: 'npm' - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: '^1.25' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aade50981..56569e6eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,17 +8,17 @@ jobs: runs-on: ubuntu-latest steps: - name: check out - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 - name: setup node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 24 cache: 'npm' - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: '^1.25' diff --git a/.github/workflows/collect-context-data.yml b/.github/workflows/collect-context-data.yml index b59fd9630..afcf7ea1b 100644 --- a/.github/workflows/collect-context-data.yml +++ b/.github/workflows/collect-context-data.yml @@ -16,11 +16,11 @@ jobs: runs-on: ubuntu-latest steps: - name: check out - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: '^1.25' diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index daeac9f0b..2b9df9df4 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -21,11 +21,11 @@ jobs: runs-on: ubuntu-latest steps: - name: check out - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: '^1.25'