File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
53
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
61
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- name : Autobuild
64
- uses : github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
64
+ uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
65
65
66
66
# ℹ️ Command-line programs to run using the OS shell.
67
67
# 📚 https://git.io/JvXDl
75
75
# make release
76
76
77
77
- name : Perform CodeQL Analysis
78
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
78
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 18
18
if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
19
19
steps :
20
20
- name : git checkout
21
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
22
- name : Set docker hub repo name
23
23
run : echo "DOCKER_REPO_NAME=$(make docker-repo-name)" >> $GITHUB_ENV
24
24
- name : Push README to Dockerhub
40
40
if : github.repository_owner == 'prometheus' || github.repository_owner == 'prometheus-community' # Don't run this workflow on forks.
41
41
steps :
42
42
- name : git checkout
43
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44
44
- name : Set quay.io org name
45
45
run : echo "DOCKER_REPO=$(echo quay.io/${GITHUB_REPOSITORY_OWNER} | tr -d '-')" >> $GITHUB_ENV
46
46
- name : Set quay.io repo name
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Lint
28
- uses : dagger/dagger-for-github@8ab204f3cf74a4940a1648469c426ef0d28af7cc # v6.6 .0
28
+ uses : dagger/dagger-for-github@fc945fa66fc7bfa72bc80f85b1a1ef4bd1d30cbb # v6.11 .0
29
29
with :
30
30
version : " latest"
31
31
verb : call
Original file line number Diff line number Diff line change 24
24
supported_versions : ${{ steps.matrix.outputs.supported_versions }}
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
28
- name : Read supported_go_versions.txt
29
29
id : matrix
30
30
run : |
@@ -43,17 +43,17 @@ jobs:
43
43
44
44
steps :
45
45
- name : Checkout code
46
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47
47
48
48
- name : Run tests and check license
49
- uses : dagger/dagger-for-github@8ab204f3cf74a4940a1648469c426ef0d28af7cc # v6.6 .0
49
+ uses : dagger/dagger-for-github@fc945fa66fc7bfa72bc80f85b1a1ef4bd1d30cbb # v6.11 .0
50
50
with :
51
51
version : " latest"
52
52
verb : call
53
53
args : -vvv --src . make --go-version ${{matrix.go_version}} --args 'check_license test'
54
54
55
55
- name : Run style and unused
56
- uses : dagger/dagger-for-github@8ab204f3cf74a4940a1648469c426ef0d28af7cc # v6.6 .0
56
+ uses : dagger/dagger-for-github@fc945fa66fc7bfa72bc80f85b1a1ef4bd1d30cbb # v6.11 .0
57
57
if : ${{ matrix.go_version == '1.21' }}
58
58
with :
59
59
version : " latest"
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
18
18
- name : Execute bash script
19
19
run : bash update-go-version.bash
22
22
# no pull request will be created and the action exits silently.
23
23
- name : Create a Pull Request
24
24
if : github.event_name != 'pull_request'
25
- uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
25
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
28
28
commit-message : " Update Go Collector metrics for new Go version"
You can’t perform that action at this time.
0 commit comments