8000 (github actions) Update GitHub Actions versions · zendesk/googlejavaformat-action@500fe2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 500fe2d

Browse files
committed
(github actions) Update GitHub Actions versions
1 parent 9bc2a60 commit 500fe2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v1
40+
uses: github/codeql-action/init@v3
4141
with:
4242
languages: javascript
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,4 +46,4 @@ jobs:
4646
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v1
49+
uses: github/codeql-action/analyze@v3

.github/workflows/validate-action-typings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: "ubuntu-latest"
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: krzema12/github-actions-typing@v0
10+
- uses: krzema12/github-actions-typing@v2

0 commit comments

Comments
 (0)
0