Skip to content

Commit

Permalink
update actions: actions/checkout, codeql-action/init and codeql-actio…
Browse files Browse the repository at this point in the history
…n/analyze
  • Loading branch information
yeggor committed Feb 16, 2024
1 parent b6427b1 commit 7705e03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_windows:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Dowload IDA SDK
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
build_linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Dowload IDA SDK
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
build_osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Dowload IDA SDK
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

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

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

Expand All @@ -45,4 +45,4 @@ jobs:
cmake --build . --config Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 7705e03

Please sign in to comment.