Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
## Description
<!--
Please describe what this PR do.
-->
18 changes: 9 additions & 9 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
update-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Get Release
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
git add CHANGELOG.md pyproject.toml
git commit -m "Update ChangeLog"
- name: Push changes
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@v1.3.0
with:
github_token: ${{ secrets.TOKEN }}
branch: main
Expand All @@ -60,30 +60,30 @@ jobs:
- os: ubuntu-latest
TARGET: ubuntu
CMD_BUILD: >
pyinstaller cli.spec &&
pyinstaller cli.spec &&
mv dist/cli fosslight_bin_ubuntu
OUT_FILE_NAME: fosslight_bin_ubuntu
ASSET_MIME: application/octet-stream
- os: macos-latest
TARGET: macos
CMD_BUILD: >
pyinstaller cli.spec &&
pyinstaller cli.spec &&
mv dist/cli fosslight_bin_macos
OUT_FILE_NAME: fosslight_bin_macos
ASSET_MIME: application/x-mach-binary
- os: windows-latest
TARGET: windows
CMD_BUILD: >
pyinstaller cli.spec &&
pyinstaller cli.spec &&
move dist/cli.exe fosslight_bin_windows.exe
OUT_FILE_NAME: fosslight_bin_windows.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
with:
ref: main
- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install dependencies
Expand All @@ -104,11 +104,11 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
with:
ref: main
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install dependencies
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
python-version: [3.12.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -39,9 +39,9 @@ jobs:
matrix:
python-version: [3.12.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install & Run
Expand All @@ -52,10 +52,10 @@ jobs:
pyinstaller cli.spec
move dist\cli.exe tests\fosslight_bin_windows.exe
.\tests\fosslight_bin_windows.exe

reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
steps:
- uses: actions/checkout@v7
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
uses: fsfe/reuse-action@v6
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v7
with:
config-name: release-drafter-config.yml
env:
Expand Down
71 changes: 0 additions & 71 deletions .reuse/dep5

This file was deleted.

Loading
Loading