File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ jobs:
65
65
sed -i 's|\${NGINX_PLUS_VERSION}/||g' docker/Dockerfile
66
66
67
67
- name : Set up Docker Buildx
68
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
68
+ uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
69
69
70
70
- name : Build Plus Docker Image
71
- uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
71
+ uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
72
72
with :
73
73
file : docker/Dockerfile
74
74
tags : nginx-plus
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Dependabot metadata
17
17
id : dependabot-metadata
18
- uses : dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1 .0
18
+ uses : dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2 .0
19
19
20
20
- name : Enable auto-merge for Dependabot PRs
21
21
run : gh pr merge --auto --squash "$PR_URL"
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
42
42
- name : Lint Actions
43
- uses : reviewdog/action-actionlint@afad3b6ab835e5611bda8c8193377e2d5c21413d # v1.51 .0
43
+ uses : reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1.53 .0
44
44
with :
45
45
actionlint_flags : -shellcheck ""
46
46
Original file line number Diff line number Diff line change 49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
52
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
You can’t perform that action at this time.
0 commit comments