File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
python -m pip install --upgrade pip
29
29
pip install -r requirements.txt -r requirements-test.txt
30
30
- name : Lint Code Base
31
- uses : super-linter/super-linter@88ea3923a7e1f89dd485d079f6eb5f5e8f937589
31
+ uses : super-linter/super-linter@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0
32
32
env :
33
33
DEFAULT_BRANCH : main
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 53
53
IMAGE_NAME : github/issue_metrics # different than repo name (underscore instead of dash)
54
54
steps :
55
55
- name : Set up Docker Buildx
56
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
56
+ uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
57
57
- name : Log in to the Container registry
58
58
uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
59
59
with :
63
63
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64
64
- name : Push Docker Image
65
65
if : ${{ success() }}
66
- uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
66
+ uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
67
67
with :
68
68
context : .
69
69
file : ./Dockerfile
Original file line number Diff line number Diff line change 36
36
results_format : sarif
37
37
publish_results : true
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
39
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
You can’t perform that action at this time.
0 commit comments