Skip to content

Commit 672375c

Browse files
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [github/codeql-action](https://github.com/github/codeql-action), [w9jds/firebase-action](https://github.com/w9jds/firebase-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `dependabot/fetch-metadata` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@d7267f6...08eff52) Updates `github/codeql-action` from 3.28.16 to 3.28.18 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...ff0a06e) Updates `w9jds/firebase-action` from 14.2.2 to 14.5.1 - [Release notes](https://github.com/w9jds/firebase-action/releases) - [Commits](w9jds/firebase-action@72fcd99...553f21e) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.28.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: w9jds/firebase-action dependency-version: 14.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73f442b commit 672375c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v1.3.3
15+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v1.3.3
1616
with:
1717
github-token: ${{secrets.GOOGLEFORCREATORS_BOT_TOKEN}}
1818

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3.0.2
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v2.1.11
32+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v2.1.11
3333
with:
3434
languages: javascript
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v2.1.11
37+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v2.1.11

.github/workflows/continuous-integration-firebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: node ./packages/sitemap-generator/index.js ./public/sitemap.xml
7070

7171
- name: Deploy to Firebase
72-
uses: w9jds/firebase-action@72fcd99e5ab67bc564da6dc7c6d3c970a0d15b62 # v14.2.2
72+
uses: w9jds/firebase-action@553f21e6a2d29596407ea70cc42add642645b803 # v14.5.1
7373
with:
7474
# --force is required because we're using minInstances=1.
7575
args: deploy --force

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: 'Run analysis'
36-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v1.0.4
36+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v1.0.4
3737
with:
3838
results_file: results.sarif
3939
results_format: sarif
@@ -54,6 +54,6 @@ jobs:
5454

5555
# Upload the results to GitHub's code scanning dashboard.
5656
- name: 'Upload to code-scanning'
57-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v2.1.11
57+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v2.1.11
5858
with:
5959
sarif_file: results.sarif

0 commit comments

Comments
 (0)