File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4242 with :
4343 fetch-depth : 0
4444
45- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
45+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
4646 with :
4747 python-version : " ${{ matrix.python }}"
4848
Original file line number Diff line number Diff line change 6060
6161 - name : Generate Docker Metadata (Tags and Labels)
6262 id : meta
63- uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # 5.9 .0
63+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # 5.10 .0
6464 with :
6565 images : ghcr.io/${{ steps.image-name.outputs.IMAGE_NAME }}
6666 flavor : |
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Generate Docker Metadata (Tags and Labels)
141141 id : meta
142- uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # 5.9 .0
142+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # 5.10 .0
143143 with :
144144 images : ghcr.io/${{ steps.image-name.outputs.IMAGE_NAME }}
145145 flavor : |
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 persist-credentials : false
115115 fetch-depth : 0
116116
117- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
117+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
118118 with :
119119 python-version : " 3.13"
120120
Original file line number Diff line number Diff line change 5353 # MegaLinter
5454 - name : MegaLinter
5555 id : ml
56- uses : oxsecurity/megalinter/flavors/python@62c799d895af9bcbca5eacfebca29d527f125a57 # 9.1 .0
56+ uses : oxsecurity/megalinter/flavors/python@55a59b24a441e0e1943080d4a512d827710d4a9d # 9.2 .0
5757 env :
5858 # All available variables are described in documentation
5959 # https://megalinter.io/latest/configuration/
Original file line number Diff line number Diff line change 9494
9595 steps :
9696 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
97- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
97+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
9898 with :
9999 python-version : " 3.13"
100100 architecture : x64
@@ -128,7 +128,7 @@ jobs:
128128
129129 steps :
130130 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0
131- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0 .0
131+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1 .0
132132 with :
133133 python-version : " 3.13"
134134 architecture : x64
Original file line number Diff line number Diff line change 6161
6262 - name : Upload Trivy scan results to GitHub Security tab
6363 if : ${{ github.event_name == 'schedule' }}
64- uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # 4.31.5
64+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # 4.31.6
6565 with :
6666 sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments