Skip to content

Commit 689674a

Browse files
committed
ci(github-actions): rename workflow
1 parent aef917a commit 689674a

17 files changed

+18
-18
lines changed

.github/workflows/apk-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: {}
1010

1111
jobs:
12-
check:
12+
apk-check-versions:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check the versions

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
pull-requests: write
99

1010
jobs:
11-
dependabot:
11+
automerge:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
1414
steps:

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
pull-requests: write
77

88
jobs:
9-
check:
9+
check-pr:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check commits

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
permissions: {}
1212

1313
jobs:
14-
analyze:
14+
codeql-analysis:
1515
name: Analyze (${{ matrix.language }})
1616
# Runner size impacts CodeQL analysis time. To learn more, please see:
1717
# - https://gh.io/recommended-hardware-resources-for-running-codeql

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
permissions: {}
1818

1919
jobs:
20-
lint:
20+
devskim:
2121
name: DevSkim
2222
runs-on: ubuntu-latest
2323
permissions:

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
id-token: write
1414

1515
jobs:
16-
build:
16+
docker-build-push:
1717
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
1818
runs-on: ubuntu-latest
1919
steps:

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name: Docker Release
33

44
on:
5-
release:
5+
docker-release:
66
types: [published]
77

88
permissions:
99
# Required by sigstore
1010
id-token: write
1111

1212
jobs:
13-
release:
13+
docker-release:
1414
if: startsWith(github.ref, 'refs/tags/')
1515
runs-on: ubuntu-latest
1616
steps:

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
permissions: {}
1111

1212
jobs:
13-
pull:
13+
dockerhub:
1414
if: startsWith(github.ref, 'refs/heads/')
1515
runs-on: ubuntu-latest
1616
strategy:

.github/workflows/maven-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
permissions: {}
1010

1111
jobs:
12-
check:
12+
maven-check-versions:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Set IMAGE

.github/workflows/maven-dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
-DdeployAtEnd=true
2525
2626
jobs:
27-
build:
27+
maven-dependency-check:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)