Skip to content

Commit

Permalink
Fix some yamllint violations in YML files (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 19, 2024
1 parent 04f6b9e commit 6cb032b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# See https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
---
_extends: .github
tag-template: archetypes-$NEXT_MINOR_VERSION
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

---
name: Release Drafter

on:
Expand Down
18 changes: 9 additions & 9 deletions common-files/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

---
version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
- package-ecosystem: maven
directory: /
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
2 changes: 2 additions & 0 deletions common-files/.github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# See https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
---
_extends: .github
tag-template: ${artifactId}-$NEXT_MINOR_VERSION
8 changes: 4 additions & 4 deletions common-files/.github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# More information about the Jenkins security scan can be found at the developer docs: https://www.jenkins.io/redirect/jenkins-security-scan/

---
name: Jenkins Security Scan
on:
push:
branches:
- "master"
- "main"
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
workflow_dispatch:

permissions:
Expand All @@ -19,5 +19,5 @@ jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
2 changes: 2 additions & 0 deletions common-files/.github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Automates creation of Release Drafts using Release Drafter
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
---
name: Release Drafter

on:
push:
Expand Down

0 comments on commit 6cb032b

Please sign in to comment.