Skip to content

deps: bump the production-dependencies group with 2 updates #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
language: [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]

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

# Conditionally run actions based on files modified by PR, feature branch or pushed commits
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
core.setFailed('Test run job failed')

- name: Collect test results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5

- name: Validate test results
run: |
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
language: [ 'csharp', 'java' ]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true

Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
language: [ 'csharp', 'java' ]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
submodules: true

Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
needs: compile-and-test

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

- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: changes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hotspots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
packages: write
steps:
- name: Checkout github/codeql
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: codeql
repository: github/codeql
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Checkout github/codeql-community-packs
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: codeql-community-packs
repository: githubsecuritylab/codeql-community-packs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
language: ["cpp", "csharp", "go", "java", "javascript", "python", "ruby"]

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

- name: Check codeql-LANG-queries (src) pack
id: check_version
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
language: ["cpp", "csharp", "go", "java", "javascript", "python", "ruby"]

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

- name: Check codeql-LANG-libs (lib) pack
id: check_version
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
language: ["csharp", "java"]

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

- name: Check codeql-LANG-extensions (ext) pack
id: check_version
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
language: ["csharp", "java"]

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

- name: Check codeql-LANG-library-sources (ext-library-sources) pack
id: check_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Get Token
id: get_workflow_token
Expand Down