Skip to content

Commit

Permalink
Merge pull request #1319 from FluidSynth/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub-actions-67979dcedc

Bump the github-actions group with 2 updates
  • Loading branch information
derselbst committed Apr 22, 2024
2 parents 60ee179 + 7a4f8c7 commit cb8da1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_doc_build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -39,11 +39,11 @@ jobs:

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

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

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -71,4 +71,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
# clang11 is covered by openSUSE Leap 15.3

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add apt-get repositories
run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
sonarcloud:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down

0 comments on commit cb8da1e

Please sign in to comment.