File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
18
- name : Build the Docker image
19
19
run : docker build . --file Dockerfile --platform linux/amd64 --tag stale_repos:"$(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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
19
- name : version
20
20
id : version
21
21
run : |
Original file line number Diff line number Diff line change 19
19
matrix :
20
20
python-version : [3.9, 3.11, 3.12]
21
21
steps :
22
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
23
- name : Set up Python ${{ matrix.python-version }}
24
24
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
25
25
with :
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ jobs:
60
60
registry : ${{ env.REGISTRY }}
61
61
username : ${{ github.actor }}
62
62
password : ${{ secrets.GITHUB_TOKEN }}
63
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64
64
- name : Push Docker Image
65
65
if : ${{ success() }}
66
- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
66
+ uses : docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
67
67
with :
68
68
context : .
69
69
file : ./Dockerfile
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
with :
30
30
persist-credentials : false
31
31
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
45
+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
packages : read
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
23
23
- name : Run stale_repos tool
24
24
uses : docker://ghcr.io/github/stale_repos:v1
25
25
env :
26
26
GH_TOKEN : ${{ secrets.GH_TOKEN }}
27
27
ORGANIZATION : github
28
28
INACTIVE_DAYS : 1
29
29
- name : Create issue
30
- uses : peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94
30
+ uses : peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
31
31
with :
32
32
title : Stale repository report
33
33
content-filepath : ./stale_repos.md
You can’t perform that action at this time.
0 commit comments