Improve workflows

main
Anton Novojilov 3 years ago
parent f23b15b06d
commit 3da351871f

@ -6,6 +6,11 @@ on:
pull_request:
branches: [master]
permissions:
actions: read
contents: read
statuses: write
jobs:
Go:
name: Go

@ -6,7 +6,12 @@ on:
pull_request:
branches: [master]
schedule:
- cron: '0 17 * * 1,3,5'
- cron: '0 3 * * */2'
permissions:
security-events: write
actions: read
contents: read
jobs:
analyse:
@ -15,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

@ -3,7 +3,7 @@ package badge
// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2021 ESSENTIAL KAOS //
// Copyright (c) 2022 ESSENTIAL KAOS //
// Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //

@ -2,7 +2,7 @@ package badge
// ////////////////////////////////////////////////////////////////////////////////// //
// //
// Copyright (c) 2021 ESSENTIAL KAOS //
// Copyright (c) 2022 ESSENTIAL KAOS //
// Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0> //
// //
// ////////////////////////////////////////////////////////////////////////////////// //

Loading…
Cancel
Save