Skip to content

Commit fa05277

Browse files
authored
Merge branch 'main' into 45-feature-provide-a-type-safe-list-implementation
2 parents e600235 + 4b5bcd0 commit fa05277

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Initializes the CodeQL tools for scanning.
8080
- name: Initialize CodeQL
81-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
81+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
8282
with:
8383
languages: ${{ matrix.language }}
8484
build-mode: ${{ matrix.build-mode }}
@@ -92,7 +92,7 @@ jobs:
9292
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
9393
# If this step fails, then you should remove it and run the build manually (see below)
9494
- name: Autobuild
95-
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
95+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
9696
# If the Autobuild fails above, remove it and uncomment the following three lines.
9797
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
9898

@@ -120,6 +120,6 @@ jobs:
120120
121121
- name: Perform CodeQL Analysis
122122
- name: Perform CodeQL Analysis
123-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
123+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
124124
with:
125125
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
76+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)