Skip to content

Commit fa8eaf2

Browse files
committed
chore(deps): update github actions
1 parent e645bbb commit fa8eaf2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3.1.0
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v1
31+
uses: github/codeql-action/init@v2
3232
with:
3333
languages: ${{ matrix.language }}
3434
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -39,7 +39,7 @@ jobs:
3939
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040
# If this step fails, then you should remove it and run the build manually (see below)
4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@v1
42+
uses: github/codeql-action/autobuild@v2
4343

4444
# ℹ️ Command-line programs to run using the OS shell.
4545
# 📚 https://git.io/JvXDl
@@ -53,4 +53,4 @@ jobs:
5353
# make release
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v1
56+
uses: github/codeql-action/analyze@v2

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2.4.0
15+
uses: actions/checkout@v3.1.0
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js Environment
20-
uses: actions/setup-node@v2.5.0
20+
uses: actions/setup-node@v3.5.1
2121
with:
2222
always-auth: true
2323
node-version: 14
2424
registry-url: "https://registry.npmjs.org"
2525
scope: "@demartini"
2626

2727
- name: Cache Node Modules
28-
uses: actions/cache@v2.1.7
28+
uses: actions/cache@v3.0.11
2929
id: cache
3030
with:
3131
path: node_modules

0 commit comments

Comments
 (0)