Skip to content

Commit b914013

Browse files
authored
Merge pull request #3469 from tarlepp/chore(ci)/github-actions-update
Chore(ci) - GitHub actions image update
2 parents a6e2dda + 79d0f03 commit b914013

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v4.2.1
16+
uses: actions/checkout@v4.2.2
1717
with:
1818
# We must fetch at least the immediate parents so that if this is
1919
# a pull request then we can checkout the head.

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout code"
37-
uses: actions/checkout@v4.2.1
37+
uses: actions/checkout@v4.2.2
3838
with:
3939
persist-credentials: false
4040

4141
- name: "Run analysis"
42-
uses: ossf/scorecard-action@v2.4.0
42+
uses: ossf/scorecard-action@v2.4.1
4343
with:
4444
results_file: results.sarif
4545
results_format: sarif

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4.2.1
15+
- uses: actions/checkout@v4.2.2
1616

1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile --tag angular-ngrx-frontend:master

0 commit comments

Comments
 (0)