Skip to content

Commit

Permalink
Updating github actions workflow dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpdaniels committed Jul 18, 2024
1 parent a3338b8 commit b24ed52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:

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

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
os: [macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Compile and test in Debug.
run: bash compile.sh Debug
- name: Compile and test in Release.
Expand All @@ -57,7 +57,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Installing valgrind
run: |
sudo apt-get update -qq
Expand Down

0 comments on commit b24ed52

Please sign in to comment.