2121 matrix :
2222 thread : [ 0, 1, 2 ]
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25- - uses : prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ - uses : prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
2626 - uses : ./.github/promci/actions/build
2727 with :
2828 promu_opts : " -p linux/amd64 -p windows/amd64 -p darwin/amd64 -p linux/arm64 -p windows/arm64 -p darwin/arm64"
4040 matrix :
4141 thread : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ]
4242 steps :
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44- - uses : prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
43+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44+ - uses : prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
4545 - uses : ./.github/promci/actions/build
4646 with :
4747 parallelism : 12
5151 name : Verify
5252 runs-on : ubuntu-latest
5353 container :
54- image : quay.io/prometheus/golang-builder:1.23 -base
54+ image : quay.io/prometheus/golang-builder:1.25 -base
5555 steps :
56- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757 - run : make build
5858 - name : Verify example configs
5959 run : find ./examples -name "*.yml" -print0 | xargs -0 -I % ./yace verify-config -config.file %
@@ -63,12 +63,12 @@ jobs:
6363 runs-on : ubuntu-latest
6464 needs : [build_all, verify-example-configs]
6565 if : |
66- (github.repository == 'prometheus-community/fortigate-exporter ')
66+ (github.repository == 'prometheus-community/fortigate_exporter ')
6767 &&
6868 (github.event_name == 'push' && github.event.ref == 'refs/heads/main')
6969 steps :
70- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71- - uses : prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
70+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
71+ - uses : prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
7272 - uses : ./.github/promci/actions/publish_main
7373 with :
7474 docker_hub_organization : prometheuscommunity
@@ -83,12 +83,12 @@ jobs:
8383 runs-on : ubuntu-latest
8484 needs : [build_all, verify-example-configs]
8585 if : |
86- (github.repository == 'prometheus-community/fortigate-exporter ')
86+ (github.repository == 'prometheus-community/fortigate_exporter ')
8787 &&
88- (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v0. '))
88+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v '))
8989 steps :
90- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91- - uses : prometheus/promci@52c7012f5f0070d7281b8db4a119e21341d43c91 # v0.4.5
90+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+ - uses : prometheus/promci@443c7fc2397e946bc9f5029e313a9c3441b9b86d # v0.4.7
9292 - uses : ./.github/promci/actions/publish_release
9393 with :
9494 docker_hub_organization : prometheuscommunity
0 commit comments