Skip to content

Commit c8e63f2

Browse files
Merge pull request #23176 from Yoast/dependabot/github_actions/action-runners-6ed374da88
GH Actions: Bump the action-runners group with 2 updates
2 parents b35730e + af9d6a7 commit c8e63f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
35+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3636
with:
3737
languages: ${{ matrix.language }}
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
40+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2

.github/workflows/finish-coveralls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# NOTE: The ref value should be different when triggered by pull_request event.
8585
# See: https://github.com/lewagon/wait-on-check-action/issues/25.
8686
- name: "Wait on tests (PR)"
87-
uses: lewagon/wait-on-check-action@a08fbe2b86f9336198f33be6ad9c16b96f92799c # v1.6.0
87+
uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 # v1.7.0
8888
if: github.event_name == 'pull_request'
8989
with:
9090
ref: ${{ github.event.pull_request.head.sha }}
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: "Wait on tests (push)"
9595
if: github.event_name != 'pull_request'
96-
uses: lewagon/wait-on-check-action@a08fbe2b86f9336198f33be6ad9c16b96f92799c # v1.6.0
96+
uses: lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800 # v1.7.0
9797
with:
9898
ref: ${{ github.sha }}
9999
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)