Skip to content

Commit b9645bd

Browse files
authored
Merge pull request #421 from nlweb-ai/dependabot/github_actions/actions-updates-3eb2eddf97
Bump the actions-updates group with 4 updates
2 parents 548d7e0 + de64365 commit b9645bd

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
name: Lint & Format
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ env.PYTHON_DEFAULT }}
2929

@@ -46,14 +46,14 @@ jobs:
4646
matrix:
4747
python-version: ["3.10", "3.11", "3.12"]
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v6
5050

51-
- uses: actions/setup-python@v5
51+
- uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

5555
- name: Cache pip
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/pip
5959
key: pip-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('AskAgent/python/requirements.txt') }}
@@ -74,7 +74,7 @@ jobs:
7474
name: Secrets Scan
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v6
7878
with:
7979
fetch-depth: 0
8080

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v6
6666

6767
# Add any setup steps before running the `github/codeql-action/init` action.
6868
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v3
75+
uses: github/codeql-action/init@v4
7676
with:
7777
languages: ${{ matrix.language }}
7878
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
# exit 1
102102

103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v3
104+
uses: github/codeql-action/analyze@v4
105105
with:
106106
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)