Improve workflows

main
Anton Novojilov 3 years ago
parent f23b15b06d
commit 3da351871f

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

@ -6,7 +6,12 @@ on:
pull_request: pull_request:
branches: [master] branches: [master]
schedule: schedule:
- cron: '0 17 * * 1,3,5' - cron: '0 3 * * */2'
permissions:
security-events: write
actions: read
contents: read
jobs: jobs:
analyse: analyse:
@ -15,7 +20,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 2 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> // // 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> // // Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0> //
// // // //
// ////////////////////////////////////////////////////////////////////////////////// // // ////////////////////////////////////////////////////////////////////////////////// //

Loading…
Cancel
Save