Skip to content

Commit 3de67d4

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/babel/runtime-7.26.10
2 parents 6b4e1ed + 824feb5 commit 3de67d4

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)