File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
18
- name : Build the Docker image
19
19
run : docker build . --file Dockerfile --platform linux/amd64 --tag issue-metrics:"$(date +%s)"
Original file line number Diff line number Diff line change 18
18
statuses : write
19
19
steps :
20
20
- name : Checkout Code
21
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22
22
with :
23
23
# Full git history is needed to get a proper
24
24
# list of changed files within `super-linter`
Original file line number Diff line number Diff line change 15
15
contents : write
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
19
19
20
20
- name : version
21
21
id : version
Original file line number Diff line number Diff line change 21
21
python-version : [3.11, 3.12]
22
22
23
23
steps :
24
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
27
27
with :
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
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@988b5a0280414f521da01fcc63a27aeeb4b104db
56
+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
57
57
- name : Log in to the Container registry
58
58
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
59
59
with :
60
60
registry : ${{ env.REGISTRY }}
61
61
username : ${{ github.actor }}
62
62
password : ${{ secrets.GITHUB_TOKEN }}
63
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
64
64
- name : Push Docker Image
65
65
if : ${{ success() }}
66
66
uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
29
with :
30
30
persist-credentials : false
31
31
@@ -36,12 +36,12 @@ jobs:
36
36
results_format : sarif
37
37
publish_results : true
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
39
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments