Skip to content

Commit 27cfdcd

Browse files
Merge pull request #52 from codeplaysoftware/workflow-dep-bump
Bumped Workflow Versions
2 parents 6f9de67 + 8185adc commit 27cfdcd

File tree

3 files changed

+34
-30
lines changed

3 files changed

+34
-30
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
directory: ''/'
66
schedule:
77
interval: 'weekly'
8+
- package-ecosystem: 'github-actions'
9+
directory: ''/'
10+
schedule:
11+
interval: 'weekly'

.github/workflows/codeql.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- language: javascript-typescript
26-
build-mode: none
27-
- language: python
28-
build-mode: none
25+
- language: javascript-typescript
26+
build-mode: none
27+
- language: python
28+
build-mode: none
2929
steps:
30-
- name: Checkout repository
31-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30+
- name: Checkout repository
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232

33-
# Initializes the CodeQL tools for scanning.
34-
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
36-
with:
37-
languages: ${{ matrix.language }}
38-
build-mode: ${{ matrix.build-mode }}
39-
40-
- if: matrix.build-mode == 'manual'
41-
shell: bash
42-
run: |
43-
echo 'If you are using a "manual" build mode for one or more of the' \
44-
'languages you are analyzing, replace this with the commands to build' \
45-
'your code, for example:'
46-
echo ' make bootstrap'
47-
echo ' make release'
48-
exit 1
33+
# Initializes the CodeQL tools for scanning.
34+
- name: Initialize CodeQL
35+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
36+
with:
37+
languages: ${{ matrix.language }}
38+
build-mode: ${{ matrix.build-mode }}
4939

50-
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
52-
with:
53-
category: "/language:${{matrix.language}}"
40+
- if: matrix.build-mode == 'manual'
41+
shell: bash
42+
run: |
43+
echo 'If you are using a "manual" build mode for one or more of the' \
44+
'languages you are analyzing, replace this with the commands to build' \
45+
'your code, for example:'
46+
echo ' make bootstrap'
47+
echo ' make release'
48+
exit 1
49+
50+
- name: Perform CodeQL Analysis
51+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
52+
with:
53+
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121

2222
steps:
2323
- name: 'Checkout code'
24-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
with:
2626
persist-credentials: false
2727

2828
- name: 'Run Analysis'
29-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
29+
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3030
with:
3131
results_file: results.sarif
3232
results_format: sarif
3333
publish_results: true
3434

3535
- name: 'Upload Artifact'
36-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
36+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3737
with:
3838
name: SARIF file
3939
path: results.sarif
4040
retention-days: 5
4141

4242
- name: 'Upload to Code-Scanning'
43-
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
43+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)