Skip to content

Commit 824feb5

Browse files
Bump the actions group across 1 directory with 3 updates (#378)
Bumps the actions group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...11bd719) Updates `github/codeql-action` from 3.28.6 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@17a820b...b56ba49) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Gamero <david340804@gmail.com>
1 parent c51f8ea commit 824feb5

9 files changed

+12
-12
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
2020
with:
2121
# We must fetch at least the immediate parents so that if this is
2222
# a pull request then we can checkout the head.
2323
fetch-depth: 2
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v3.28.6
27+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d #v3.28.10
2828
# Override language selection by uncommenting this and choosing your languages
2929
# with:
3030
# languages: go, javascript, csharp, python, cpp, java
3131

3232
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333
# If this step fails, then you should remove it and run the build manually (see below)
3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v3.28.6
35+
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d #v3.28.10
3636

3737
# ℹ️ Command-line programs to run using the OS shell.
3838
# 📚 https://git.io/JvXDl
@@ -46,4 +46,4 @@ jobs:
4646
# make release
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v3.28.6
49+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d #v3.28.10

.github/workflows/run-integration-tests-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create namespace to run tests
4747
run: kubectl create ns ${{ env.NAMESPACE }}
4848

49-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
49+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5050
name: Install Python
5151
with:
5252
python-version: '3.x'

.github/workflows/run-integration-tests-bluegreen-ingress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create namespace to run tests
4747
run: kubectl create ns ${{ env.NAMESPACE }}
4848

49-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
49+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5050
name: Install Python
5151
with:
5252
python-version: '3.x'

.github/workflows/run-integration-tests-bluegreen-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create namespace to run tests
4747
run: kubectl create ns ${{ env.NAMESPACE }}
4848

49-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
49+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5050
name: Install Python
5151
with:
5252
python-version: '3.x'

.github/workflows/run-integration-tests-bluegreen-smi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Create namespace to run tests
5757
run: kubectl create ns ${{ env.NAMESPACE }}
5858

59-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
59+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
6060
name: Install Python
6161
with:
6262
python-version: '3.x'

.github/workflows/run-integration-tests-canary-pod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create namespace to run tests
4747
run: kubectl create ns ${{ env.NAMESPACE }}
4848

49-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
49+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5050
name: Install Python
5151
with:
5252
python-version: '3.x'

.github/workflows/run-integration-tests-canary-smi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Create namespace to run tests
5757
run: kubectl create ns ${{ env.NAMESPACE }}
5858

59-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
59+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
6060
name: Install Python
6161
with:
6262
python-version: '3.x'

.github/workflows/run-integration-tests-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
az aks command invoke --resource-group ${{ env.NAMESPACE }} --name ${{ env.NAMESPACE }} --command "kubectl create ns ${{ env.NAMESPACE }}"
5353
54-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
54+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5555
name: Install Python
5656
with:
5757
python-version: '3.x'

.github/workflows/run-integration-tests-resource-annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create namespace to run tests
4747
run: kubectl create ns ${{ env.NAMESPACE }}
4848

49-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
49+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4.0
5050
name: Install Python
5151
with:
5252
python-version: '3.x'

0 commit comments

Comments
 (0)