Skip to content

Commit d5bdaec

Browse files
authored
Merge pull request #59 from GrantBirki/updates
General Updates
2 parents 53fae7e + 78e4d55 commit d5bdaec

File tree

6 files changed

+1047
-1273
lines changed

6 files changed

+1047
-1273
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v2
33+
uses: github/codeql-action/init@v3
3434
with:
3535
languages: ${{ matrix.language }}
3636

3737
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3838
# If this step fails, then you should remove it and run the build manually (see below)
3939
- name: Autobuild
40-
uses: github/codeql-action/autobuild@v2
40+
uses: github/codeql-action/autobuild@v3
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v2
43+
uses: github/codeql-action/analyze@v3

.github/workflows/package-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: diff
3737

3838
# If index.js was different than expected, upload the expected version as an artifact
39-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # pin@v3.1.2
39+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # pin@v4.3.1
4040
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
4141
with:
4242
name: dist

0 commit comments

Comments
 (0)