Skip to content

Commit 5859fa8

Browse files
committed
Update GitHub Actions workflows to use latest actions and remove pull request trigger from OSSF scoreboard
1 parent 86a7b83 commit 5859fa8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ jobs:
4343
egress-policy: audit
4444

4545
- name: Checkout repository
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@v4
4747

4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
49+
uses: github/codeql-action/init@v3
5050
with:
5151
languages: ${{ matrix.language }}
5252

5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
54+
uses: github/codeql-action/autobuild@v3
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
57+
uses: github/codeql-action/analyze@v3
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/ossf-scoreboard.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
- cron: '32 4 * * 5'
1414
push:
1515
branches: [ "main" ]
16-
pull_request:
17-
branches: [ "main" ]
1816

1917
# Declare default permissions as read only.
2018
permissions: read-all

0 commit comments

Comments
 (0)