Skip to content

Commit 8a8f2e2

Browse files
authored
Merge pull request #225 from bemanproject/dependabot/github_actions/github-owned-actions-1746a96dba
Bump the github-owned-actions group across 1 directory with 2 updates
2 parents bb0a720 + e319dc1 commit 8a8f2e2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
# Initializes the CodeQL tools for scanning.
7979
- name: Initialize CodeQL
80-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
80+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
8181
with:
8282
languages: ${{ matrix.language }}
8383
build-mode: ${{ matrix.build-mode }}
@@ -106,7 +106,7 @@ jobs:
106106
107107
exit 1
108108
- name: Perform CodeQL Analysis
109-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
109+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
110110
with:
111111

112112
category: "/language:${{matrix.language}}"

.github/workflows/docs-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit
3939

4040
- name: Post or update PR preview comment
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v9
4242
with:
4343
script: |
4444
const MARKER = '<!-- docs-preview-comment -->'

.github/workflows/ossf-scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
# Upload the results to GitHub's code scanning dashboard (optional).
5757
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858
- name: "Upload to code-scanning"
59-
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
59+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
6060
with:
6161
sarif_file: results.sarif

0 commit comments

Comments
 (0)