Skip to content

Commit 46c9d7d

Browse files
Fix formatting
1 parent 38faa2d commit 46c9d7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/jenkins-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Jenkins Security Scan
33
on:
44
push:
55
branches:
6-
- "main"
6+
- main
77
pull_request:
88
types: [ opened, synchronize, reopened ]
99
workflow_dispatch:
@@ -18,4 +18,4 @@ jobs:
1818
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1919
with:
2020
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21-
java-version: 11 # What version of Java to set up for the build.
21+
java-version: 11 # What version of Java to set up for the build.

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release Drafter
55
on:
66
push:
77
branches:
8-
- "main"
8+
- main
99
tags:
1010
- '*'
1111

@@ -19,4 +19,4 @@ jobs:
1919
# Publishes a new GH Release automatically once a tag gets pushed
2020
publish: startsWith(github.ref, "refs/tags")
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)