Skip to content

Commit 9a97c0d

Browse files
Update all patch versions
1 parent b1eb30b commit 9a97c0d

14 files changed

+18
-18
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
BUILD_ARCHITECTURE: ${{ matrix.arch }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
# - if: ${{ matrix.goarch == 'arm64' }}
4646
# uses: docker/setup-qemu-action@v3
4747
# with:

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
BUILD_ARCHITECTURE: ${{ matrix.arch }}
4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
- if: ${{ matrix.goarch == 'arm64' }}
4646
uses: docker/setup-qemu-action@v3
4747
with:

.github/workflows/build-php-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
COMPOSER_ALLOW_SUPERUSER: 1
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Build PHP dependencies
2424
run: |
2525
source ./tools/read_properties.sh

.github/workflows/generate-component-tests-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
matrix: ${{ steps.generate.outputs.matrix }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- id: generate
2626
run: |
2727
MATRIX_JSON=$(./tools/test/component/generate_matrix.sh | jq --raw-input --slurp -c 'split("\n") | map(select(length > 0)) | map({ "row": . } )')

.github/workflows/generate-php-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
php-versions: ${{ steps.generate.outputs.php-versions }}
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- id: generate
2626
run: |
2727
source ./tools/read_properties.sh

.github/workflows/native-dev-tools-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix: ${{ fromJson(needs.setup-build-matrix.outputs.matrix-combinations) }}
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545

4646
- name: Set up Docker Buildx
4747
if: contains(matrix.arch, 'arm64')

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
tag_name: ${{ steps.get_tag.outputs.tag_name }}
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- id: get_tag
2727
run: |
2828
source ./tools/read_properties.sh
@@ -63,7 +63,7 @@ jobs:
6363
echo "Please set GITHUB_TOKEN in the environment to perform a release"
6464
exit 1
6565
fi
66-
- uses: actions/checkout@v6
66+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767
- name: Download package artifacts
6868
uses: actions/download-artifact@v7
6969
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif

.github/workflows/test-otel-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
PHP_VERSION: ${{ matrix.php-version }}
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- name: Download package artifacts for Debian AMD64
3131
uses: actions/download-artifact@v7
3232
with:

.github/workflows/test-packages-component-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
MATRIX_ROW: ${{ matrix.row }}
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Download built packages
3232
uses: actions/download-artifact@v7
3333
with:

0 commit comments

Comments
 (0)