Skip to content

Bump org.springframework.security.oauth:spring-security-oauth2 from 2.5.1.RELEASE to 2.5.2.RELEASE in /eden-components/eden-dependencies #50

Bump org.springframework.security.oauth:spring-security-oauth2 from 2.5.1.RELEASE to 2.5.2.RELEASE in /eden-components/eden-dependencies

Bump org.springframework.security.oauth:spring-security-oauth2 from 2.5.1.RELEASE to 2.5.2.RELEASE in /eden-components/eden-dependencies #50

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
name: Build on java ${{ matrix.java }}
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
packages: write
strategy:
matrix:
java: [ '8' ]
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3