Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Feb 23, 2024
1 parent ccc4789 commit 050d68d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ name: "CodeQL"
on:
push:
branches:
- '[4-9]+.[0-9]+.x'
- '[1-9]+.[0-9]+.x'
pull_request:
# The branches below must be a subset of the branches above
branches:
- '[4-9]+.[0-9]+.x'
- '[1-9]+.[0-9]+.x'

jobs:
analyze:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- '[3-9]+.[3-9]+.x'
pull_request:
branches:
- '[4-9]+.[0-9]+.x'
- '[3-9]+.[3-9]+.x'
- '[1-9]+.[0-9]+.x'
workflow_dispatch:
jobs:
build:
Expand All @@ -16,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['11', '14']
java: ['8']
env:
WORKSPACE: ${{ github.workspace }}
steps:
Expand Down Expand Up @@ -83,4 +82,4 @@ jobs:
repo: grails/grails-functional-tests
ref: ${{ steps.extract_branch.outputs.value }}
token: ${{ secrets.GH_TOKEN }}
inputs: ${{ steps.dispatch_message.outputs.value }}
inputs: ${{ steps.dispatch_message.outputs.value }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
java-version: '8'
- name: Set the current release version
id: release_version
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 050d68d

Please sign in to comment.