Skip to content

Commit

Permalink
use major versions for first-party actions (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks committed Jun 5, 2024
1 parent 026c3b4 commit aee4d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.5
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v3.25.5
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.5
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "yarn"
Expand Down

0 comments on commit aee4d0f

Please sign in to comment.