mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
chore(deps): update github actions
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
|
||||
- name: Setup CodeQL
|
||||
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
|
||||
uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
- name: Perform Analysis
|
||||
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2
|
||||
uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2
|
||||
|
||||
8
.github/workflows/node.js-tests.yml
vendored
8
.github/workflows/node.js-tests.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
cat .env
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@d26215f71b2ce60420a2a3776a25893d11a65f85 # 1.9.0
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-replica-set: test-rs
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
cat .env
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@d26215f71b2ce60420a2a3776a25893d11a65f85 # 1.9.0
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-replica-set: test-rs
|
||||
@@ -198,7 +198,7 @@ jobs:
|
||||
cat .env
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@d26215f71b2ce60420a2a3776a25893d11a65f85 # 1.9.0
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-replica-set: test-rs
|
||||
@@ -246,7 +246,7 @@ jobs:
|
||||
cat .env
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@d26215f71b2ce60420a2a3776a25893d11a65f85 # 1.9.0
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
mongodb-replica-set: test-rs
|
||||
|
||||
Reference in New Issue
Block a user