summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use npm run buildSerghei Iakovlev2024-09-291-5/+1
|
* Rollback HUGO_RESOURCEDIRSerghei Iakovlev2024-09-291-1/+1
|
* Setup HUGO_RESOURCEDIRSerghei Iakovlev2024-09-291-1/+1
|
* Remove deprecated build optionSerghei Iakovlev2024-09-291-1/+1
|
* Updated the minimum required Hugo version to 0.121.0Serghei Iakovlev2024-08-181-1/+1
|
* Update GitHub Workflow triggersSerghei Iakovlev2024-04-141-1/+0
|
* Test latest known Hugo versionSerghei Iakovlev2024-04-141-8/+2
|
* Updated the minimum required Hugo version to 0.114.0Serghei Iakovlev2024-04-071-1/+1
|
* Audit packagesSerghei Iakovlev2024-04-071-0/+3
|
* Use latest ubuntu on CI, as well as node cacheSerghei Iakovlev2024-04-071-2/+2
|
* Rename master branch to mainSerghei Iakovlev2024-04-061-2/+2
|
* Use latest LTS Node.js versionSerghei Iakovlev2024-04-061-2/+2
|
* Bump peaceiris/actions-hugo from 2 to 3dependabot[bot]2024-04-061-1/+1
| | | | | | | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 3. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v3) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 3 to 4dependabot[bot]2024-02-081-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github/codeql-action from 2 to 3dependabot[bot]2024-02-081-3/+3
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-node from 3 to 4dependabot[bot]2023-10-231-1/+1
| | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 3 to 4dependabot[bot]2023-09-091-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/cache from 2 to 3dependabot[bot]2022-07-291-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix GH workflow to run CodeQL AnalyzeSerghei Iakovlev2022-07-291-17/+39
|
* Grant permissions for CodeQL workflowSerghei Iakovlev2022-07-271-5/+21
|
* Fix main branch nameSerghei Iakovlev2022-07-271-2/+2
|
* Add CodeQL analysis to GH workflowsSerghei Iakovlev2022-07-271-0/+47