File tree 12 files changed +22
-22
lines changed
12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
with :
35
35
persist-credentials : false
36
36
- name : Set up QEMU
37
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
37
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
38
38
- name : Set up Docker Buildx
39
39
id : buildx
40
- uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10 .0
40
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
41
41
with :
42
42
# Images after this version (>=v0.10) are incompatible with gcr and aws.
43
43
version : v0.9.1 # https://github.com/docker/buildx/issues/1533
44
44
- name : Login to Docker
45
45
run : docker login -u publisher -p ${{ secrets.token }} ghcr.io
46
46
- name : Docker Build
47
- uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
47
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
48
48
with :
49
49
push : true
50
50
tags : ${{ inputs.tags }}
Original file line number Diff line number Diff line change 79
79
80
80
- name : Set up QEMU
81
81
if : runner.os == 'Linux' && matrix.os != 'arm-4core-linux'
82
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
82
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
83
83
with :
84
84
platforms : all
85
85
Original file line number Diff line number Diff line change 26
26
27
27
- name : Old branch warning on PR
28
28
if : env.old_branch == 'true'
29
- uses : thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0
29
+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
30
30
with :
31
31
message : |
32
32
🚫 **This target branch is too old or unsupported. Please update the target branch to continue.**
Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
- name : Get changed files
18
18
id : changed-files
19
- uses : tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5 .7
19
+ uses : tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0 .7
20
20
- name : Setup go
21
21
uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
22
22
- name : Install codeowners
29
29
echo "$(codeowners ${{ steps.changed-files.outputs.all_changed_files }})" >> "$GITHUB_OUTPUT"
30
30
echo "EOF" >> "$GITHUB_OUTPUT"
31
31
- name : Comment PR
32
- uses : thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2.5.0
32
+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
33
33
with :
34
34
filePath : resolved.txt
35
35
comment_tag : codeowners_resolved
Original file line number Diff line number Diff line change 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
35
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3 .28.8
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
# If you wish to specify custom queries, you can do so here or in a config file.
42
42
config-file : .github/codeql-config.yml
43
43
44
44
- name : Autobuild
45
- uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
45
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3 .28.8
46
46
47
47
- name : Perform CodeQL Analysis
48
- uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2 .28.1
48
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3 .28.8
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
python-version : " 3.13"
51
51
52
52
- name : Set up QEMU
53
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
53
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
54
54
55
55
- name : Set up Docker Buildx
56
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
56
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
57
57
58
58
- name : Install Docker Compose
59
59
run : |
92
92
93
93
- name : Create Pull Request
94
94
id : pr
95
- uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
95
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
96
96
with :
97
97
token : ${{ secrets.GITHUB_TOKEN }}
98
98
branch : " upgrade-latest-${{ env.VENV_NAME }}-version"
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
python-version : " 3.13"
49
49
50
50
- name : Set up QEMU
51
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
51
+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
52
52
53
53
- name : Set up Docker Buildx
54
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
54
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
55
55
56
56
- name : Install system dependencies
57
57
run : |
79
79
80
80
- name : Create Pull Request
81
81
id : pr
82
- uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
82
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
83
83
with :
84
84
token : ${{ secrets.GITHUB_TOKEN }}
85
85
branch : " update-supported-versions"
Original file line number Diff line number Diff line change 13
13
packages : write
14
14
steps :
15
15
- name : Prune registry
16
- uses : vlaurin/action-ghcr-prune@0a539594d122b915e71c59733a5b115bfaaf5d52 # v0.5 .0
16
+ uses : vlaurin/action-ghcr-prune@0cf7d39f88546edd31965acba78cdcb0be14d641 # v0.6 .0
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
organization : Datadog
43
43
- ' dd-python-agent-init'
44
44
steps :
45
45
- name : Prune registry
46
- uses : vlaurin/action-ghcr-prune@0a539594d122b915e71c59733a5b115bfaaf5d52 # v0.5 .0
46
+ uses : vlaurin/action-ghcr-prune@0cf7d39f88546edd31965acba78cdcb0be14d641 # v0.6 .0
47
47
with :
48
48
token : ${{ secrets.GITHUB_TOKEN }}
49
49
organization : Datadog
Original file line number Diff line number Diff line change 21
21
run : |
22
22
npm install @commitlint/[email protected] @commitlint/[email protected] @commitlint/[email protected] @actions/core
23
23
- name : Lint PR name
24
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
24
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
25
25
with :
26
26
script : |
27
27
const load = require('@commitlint/load').default;
Original file line number Diff line number Diff line change 29
29
scripts/get-target-milestone.py
30
30
- name : Update Pull Request
31
31
if : steps.milestones.outputs.milestone != null
32
- uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4 .1
32
+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0 .1
33
33
with :
34
34
github-token : ${{secrets.GITHUB_TOKEN}}
35
35
script : |
Original file line number Diff line number Diff line change 12
12
stale :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0 .0
15
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
16
16
with :
17
17
# DEV: GitHub Actions have an API rate limit of 1000 operations per hour per repository
18
18
# This limit is shared across all actions
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ jobs:
354
354
repository : tiangolo/fastapi
355
355
ref : 0.92.0
356
356
path : fastapi
357
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
357
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
358
358
if : needs.needs-run.outputs.outcome == 'success'
359
359
id : cache
360
360
with :
You can’t perform that action at this time.
0 commit comments